home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_184.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  539 b   |  11 lines

  1. NUMTOTEXT
  2. Converts a number to its textual representation. This function is useful with table tasks, such as creating charts, where you don't want a number included in a calculation.
  3.  
  4. Format: NUMTOTEXT (number)
  5.  
  6. Argument:
  7. ΓÇó  number: a number, cell reference that contains a number, or field name that contains a number.
  8.  
  9. Example:
  10. NUMTOTEXT (1992) returns 1992.
  11. Shows that 1992, after being converted by NUMTOTEXT, is now interpreted as a label in the chart rather than being included as a part of the data series used to build the chart.